home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
SHARED.DIR
/
00526_Script_526
< prev
next >
Wrap
Text File
|
1995-05-29
|
561b
|
19 lines
on HelpInAWindow
global HelpWindow
if objectP(HelpWindow) then
forget HelpWindow
end if
set horzOrigin to the stageleft + 68
set vertOrigin to the stageTop + 78
set myWindowRect to rect(horzOrigin,vertOrigin, horzOrigin + 320, vertOrigin + 240)
set HelpWindow to window "Help"
set the rect of HelpWindow to myWindowRect
set the filename of HelpWindow to "HELP.DIR"
set the titleVisible of HelpWindow to false
set the modal of HelpWindow to true
set the windowtype of HelpWindow to 16
pause
open HelpWindow
end